From: Richard M. Stallman Date: Thu, 11 Mar 1993 07:02:13 +0000 (+0000) Subject: (command-line-1): Fix copyright year. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96955 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a055a1cd6e038214a1a9f3d0f3619b93865d9973;p=emacs.git (command-line-1): Fix copyright year. --- diff --git a/lisp/startup.el b/lisp/startup.el index 44b71681dda..da88df9e8e1 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -294,7 +294,7 @@ directory name of the directory where the `.emacs' file was looked for.") (progn (insert (emacs-version) " -Copyright (C) 1991 Free Software Foundation, Inc.\n\n") +Copyright (C) 1993 Free Software Foundation, Inc.\n\n") ;; If keys have their default meanings, ;; use precomputed string to save lots of time. (if (and (eq (key-binding "\C-h") 'help-command)